home *** CD-ROM | disk | FTP | other *** search
/ Enter Power 1 / Enter Power 01.iso / Sterowniki / VIA IDE / s3setup.dat < prev    next >
Encoding:
Text File  |  2002-01-31  |  5.9 KB  |  131 lines

  1. ; S3SETUP.DAT for S3 Graphics, Inc. KLE/PLE for Windows XP
  2. ;
  3. ; This file contains instructions for the SETUP program on
  4. ;  how to perform its installations.
  5.  
  6.     ; The [S3Setup] section specifies overall setup behavior.  It is also used
  7.     ;  if no specifica section exists for the detected hardware.
  8.  
  9.     ; "Type" sets whether this is "Unattended" install (no user actions
  10.     ;  required) or "UserSetup" (needs user intervention).  Default is
  11.     ;  "Unattended".  Can override with "UserSetup" or "Unattended"
  12.     ;  command-line argument.
  13. [S3Setup]
  14. ;Type=UserSetup
  15. Type=UserNoSelect
  16.  
  17.     ; FindDeviceNum defines which adapter will be found if multiple S3
  18.     ;   adapters exist in system.  Default is 0 = first adapter (i.e. PCI
  19.     ;   adapters found before AGP).  1=2nd adapter, 2=3rd, etc.
  20.     ;   -1=last adapter, no matter what number it is.
  21. FindDeviceNum = -1
  22.  
  23.     ; Set ShowLicense to 1 to display license agreement in UserSetup mode.
  24.     ;   Defaults to not showing license.
  25. ShowLicense=0
  26.  
  27.     ; Default is 0. If 1, won't ask user to confirm uninstall.  If 1,
  28.     ;   user must confirm when uninstalling.
  29. UninstallPrompt=1
  30.  
  31.     ; Use the Uninstall flag to specify where the user can find the uninstall
  32.     ;   option.  Set this to "Start Menu" to place it in the Start Menu,
  33.     ;   "AddRemove" to have it show up in the Add/Remove Programs area in
  34.     ;   Control Panel, or "Desktop" to have a shortcut icon on the desktop.
  35.     ;   The default is none.
  36. Uninstall=AddRemove
  37.  
  38.     ; Default is 0. If 1, uninstall will not show any progress dialog.
  39.     ;   If 0, an uninstall progress dialog will be shown.
  40. SilentUninstall=0
  41.  
  42. AllowUtilUninstall=1
  43.  
  44.     ; Set "EndScreenDetail=1" to have the reboot prompt screen at the end
  45.     ;   detail exactly what got installed (driver, names of utilities, etc.)
  46.     ;   Default is to show a standard message, no details.
  47. EndScreenDetail=1
  48.  
  49.     ; Use the OS flag to specify an exact OS requirement.  If not specified,
  50.     ;   Setup will work in Win95 or Win98.  To require only one OS, specify
  51.     ;   "Win95", "Win98", "NT40", "Win2000" or "WinXP"
  52. OS=WinXP
  53.  
  54.     ; This is part of the text that will show up in large lettering at the upper-left
  55.     ;  corner of the setup window.  If "Product" isn't in the INF file,
  56.     ;  the default text is "S3 Driver Setup".  If it's present, it replaces
  57.     ;  the "S3" in the default text.  So if Product is "Savage4", then the
  58.     ;  main title text will be "Savage4 Driver Setup"
  59.     ; NOTE: This should fit within 8 letters if possible, for 16-bit setups.
  60. ProductTitle=VIA Tech KLE/PLE Display
  61. Product=VIAKPLE
  62.  
  63.     ; Name displayed in Add/Remove Programs, or for the uninstall icon.
  64.     ;   If this isn't specified, the default will be the product name followed
  65.     ;   by the name of any *separate* utilities.  Utils installed in a driver
  66.     ;   INF file don't have names we can extract easily.
  67. UninstName=VIA Tech KLE/PLE Display Driver and Utilities
  68.  
  69.     ; This sets up the version, and is used for some uninstalling functions.
  70.     ;  By default, this is "1.00.00", but should be filled in with the real
  71.     ;  version number of the product.
  72. Version=1.00.00
  73.  
  74.     ; The value of the "Source" keyword can be either "CAB" or "Uncompressed"
  75.     ;  Default is "Uncompressed", meaning all the files we need to install
  76.     ;  are in uncompressed format in the source directory.  If "CAB" then the
  77.     ;  files are stored inside the Ishield CAB file, and must be extracted
  78.     ;  to the TEMP directory before they can be installed.  Currently, the
  79.     ;  value of "CAB" is not supported.
  80. Source=Uncompressed
  81. ;Source=CAB
  82.  
  83.     ; The DrvINF file specifies the name of the driver INF file.  This value
  84.     ;  is *required*.  Setup cannot proceed without this.  The DrvName
  85.     ;  keyword gives the name of the actual driver, but is currently unused.
  86.     ;  The XferText is used to specify the message that will appear on
  87.     ;  the screen while the driver files are being uncompressed.  If this
  88.     ;  entry doesn't exist, a default message will appear.  This message
  89.     ;  is not used if files are already in uncompressed state.
  90. DrvINF=kplewxp.inf
  91. DrvName=trid3d.dll
  92. XferText=Copying driver files to temporary directory...
  93.  
  94.     ; Use the following options to specify the desired resolution and
  95.     ;  color depth when installing a driver.  It's possible that Windows
  96.     ;  won't use the supplied info if it can't detect the monitor type
  97.     ;  reliably, however.  These can also be supplied as command line
  98.     ;  arguments (e.g. "BPP=32 Xres=800 Yres=600")
  99. BPP=16
  100. XRes=1024
  101. YRes=768
  102. Refresh=1
  103.     ;If set to 1, Setup will only use the resolution and color depth here
  104.     ;  if the system is currently in VGA mode.  If not in VGA mode, Setup
  105.     ;  will ignore these settings.  Default is 0.
  106. SetOnlyIfVga=1
  107.  
  108.  
  109.     ; To have the setup program create a log file, specify that file's name here.
  110.     ;  The log file will always be created in the Windows directory.
  111.     ;  Command line argument is "LogFile=s3setup.log"
  112. LogFile=s3setup.log
  113.  
  114.     ; Specify Reboot=0 to prevent setup from rebooting.  This has the
  115.     ;  same effect as adding "NoReboot" to command-line for setup.
  116.     ;   Specifying ConfirmReboot=0/1 is the same as adding cmdline options
  117.     ;   "ConfirmReboot" or "NoConfirmReboot", controlling whether user is
  118.     ;   prompted before rebooting.  The default is to allow reboots.
  119.     ;   If NoSilentReboot=1, then setup won't reboot if it's run in Silent
  120.     ;   mode (with a -s);  if it's 0, setup will use the "Reboot" key value.
  121. Reboot=1
  122. ConfirmReboot=1
  123. ;NoSilentReboot=1
  124.  
  125.  
  126.     ; The utilities keyword lists the names of all the utilities included
  127.     ;  in this package.  Each utility name is a separate section in this
  128.     ;  INF file, and that section has additional keywords describing the
  129.     ;  utility and what may be done with it.
  130. ;Utilities = S3Gamma S3Duovue
  131.